vcProxyProperty

A property that acts as a proxy - an alias - to another property.

See in: Overview

Module: vcCore

Parent: vcProperty

Children -

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
TargetPropertyvcPropertyRGets the target property.
TypevcPropertyTypeRGets the type of this property.
ValueobjectRWGets or sets the target property's value.
See more
If multiple proxy properties are chained, returns the value of final non-proxy property.

If you encounter issues getting or setting non-typical value types with this, consider getting the actual vcProperty with TargetProperty.

Exceptions:
ValueError: When TargetProperty is None or read-only.
TypeError: When type conversion is not supported.